@charset "utf-8";

/*主体*/

#main {
	margin-top: 0px;
}


/*头条*/

.topnews {
	background: #fff;
	padding: 0 0 10px 0px;
	margin-bottom: 0rem;
}

.topnews h1 {
	margin-bottom: 8px;
	margin-top: 20px;
}

.topnews h1 a {
	color: #1b518f;
	font-size: 38px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topnews ul {
	margin: .5rem auto;
	text-align: center;
	padding: 0px;
}

.topnews ul li a {
	display: inline-block;
	border-left: #999 solid 1px;
	line-height: 1em;
	color: #1b518f;
	padding: 0px 1rem;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 33%;
}

.topnews ul li a:hover {
	text-decoration: underline;
	color: #163f6f;
}

.topnews ul li:first-child a {
	border-left: none;
}

.topnews ul li:last-child a {}

#focuse img {
	height: 444px;
}

#focuse .am-control-nav .more {
	cursor: pointer;
	position: relative;
	top: 10px;
}

#focuse .am-control-nav .more i {
	display: block;
	color: #fff;
}

#focuse_zt img {
	height: 97px;
}

#focuse_zt ol {
	display: none;
}

#focuse_zt {
	margin: 0 0 10px;
}

.bg-gray {
	padding: 0px .75rem;
}

#part1-tabs  .am-nav-tabs>li{
    padding: 8px 0px 8px 0px;
    margin-right:0px
}

#part1-tabs  .am-nav-tabs>li>a{
padding: 0em .15rem;
}

#serveritem{
   margin-bottom: 0px;
   margin-top: -15px;
}

#serveritem .am-thumbnails li a{
   font-size:1.4rem
}

#gk .am-btn-default{
	background: #fff;
       font-size:1.4rem
}



#server .am-btn {
	border-radius: .75rem;
	padding: 1.5rem .5rem;
	font-size: 1.6rem;
	margin-bottom: .5rem;
}

#server ul.am-thumbnails>li {
	font-size: 1.5rem;
	white-space: nowrap;
	padding: 0 .5rem .25rem .5rem;
}

#fwbox{
    padding: 3px;
    background: transparent;
    margin-bottom: 0px;
}

#fwbox  .am-slides img{
    width:auto;
    margin: 0 auto;
}

#fwbox li p{
    margin: 3px 0px 7px 0px;
    text-align: center;
     font-size:1.4rem
}

#fwbox .am-direction-nav .am-prev{
    left: -10px;
    z-index: 111;
}

#fwbox .am-direction-nav .am-next{
    right: -7px;
    z-index: 111;
}



/*适配手机*/

@media only screen and (max-width: 641px) {
	#focuse img {
		height: 24rem;
	}
}